home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / noweb / src / c / modtrees.h < prev    next >
Text File  |  1995-02-24  |  228b  |  5 lines

  1. Module insert (char *modname);  /* add a module to the world */
  2. Module lookup (char *modname);  /* return ptr to module or NULL */
  3. void apply_each_module(void (*fun)(Module));
  4.      /* apply [[fun]] to each module in the tree */
  5.